object COMBOINPUT: TCOMBOINPUT Left = 218 Top = 184 HelpContext = 1 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 87 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Prompt: TLabel Left = 9 Top = 4 Width = 300 Height = 28 AutoSize = False WordWrap = True end object ComboEdit: TComboBox Left = 8 Top = 35 Width = 300 Height = 21 DropDownCount = 10 ItemHeight = 13 TabOrder = 0 end object OK: TButton Tag = 4001 Left = 75 Top = 60 Width = 80 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Cancel: TButton Tag = 4002 Left = 163 Top = 60 Width = 80 Height = 24 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick end object Translate1: TTranslate Left = 8 Top = 60 end object ResolutionFix1: TResolutionFix Left = 44 Top = 60 end end